GUI Help > Special > getUpDownPosition

getUpDownPosition
int position=getUpDownPosition(handle gadget)

Description:
Retrieves the current value of the UpDown gadget, set using setUpDownPosition or by clicking the up/down arrows on the gadget.

Return Value:
Value of the UpDown gadget.

Parameters:
gadget Handle to an UpDown gadget.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)